.share-btn-wrp {
    list-style: none;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 64px;
    left: 0px;
    position: fixed;
    z-index:1;
}

.share-btn-wrp .button-wrap{
    text-indent:-100000px;
    width:64px;
    height: 60px;
    cursor:pointer;
    transition: width 0.1s ease-in-out;
}
.share-btn-wrp > li{ background: url(http://www.galeon.com/img/share-icons-mov.png) no-repeat 0 0;}
.share-btn-wrp > li:hover{ width:68px}

.share-btn-wrp > li.facebook{ background-position: -84px 0px;}
.share-btn-wrp > li.facebook:hover{ background-position: -14px 0px; }
.share-btn-wrp > li.twitter{ background-position: -84px -60px;}
.share-btn-wrp > li.twitter:hover{ background-position: -14px -60px;} 
.share-btn-wrp > li.email{ background-position: -84px -120px;}
.share-btn-wrp > li.email:hover{ background-position: -14px -120px}
.share-btn-wrp > li.whatsapp{ background-position: -84px -180px;}
.share-btn-wrp > li.whatsapp:hover{ background-position: -14px -180px;}

@media screen and (max-width: 600px) {
    .share-btn-wrp{
        width: 64px;
        text-align: center;
        position: fixed;
		z-index:9999;
		top:46px;
        left:0;
    }
    .share-btn-wrp .button-wrap {
        display: inline-block;
        margin-left: -1px;
        margin-right: -1px;
    }
}

@media screen and (min-width: 600px) {
	.share-btn-wrp{
		top:338px;
	}

.share-btn-wrp { 
    width: 32px; 
}

.share-btn-wrp .button-wrap{ 
    width:32px;
    height: 32px; 
}

.share-btn-wrp > li{ background: url(http://www.galeon.com/img/share-icons.png) no-repeat 0 0;}
.share-btn-wrp > li:hover{ width:40px;}

.share-btn-wrp > li.facebook{ background-position: -42px 0px;}
.share-btn-wrp > li.facebook:hover{ background-position: 0 0px; }
.share-btn-wrp > li.twitter{ background-position: -42px -34px;}
.share-btn-wrp > li.twitter:hover{ background-position: 0 -34px;}
.share-btn-wrp > li.gplus{ background-position: -42px -68px;}
.share-btn-wrp > li.gplus:hover{ background-position: 0 -68px;}
.share-btn-wrp > li.email{ background-position: -42px -102px;}
.share-btn-wrp > li.email:hover{ background-position: 0 -102px;}
.share-btn-wrp > li.whatsapp{ background-position: -42px -136px;}
.share-btn-wrp > li.whatsapp:hover{ background-position: 0 -136px;}	
	
}
